github.com/refraction-networking/utls.serverHelloMsg.secureRenegotiationSupported (field)

8 uses

	github.com/refraction-networking/utls (current package)
		handshake_client.go#L916: 	if c.handshakes == 0 && hs.serverHello.secureRenegotiationSupported {
		handshake_client_tls13.go#L203: 		hs.serverHello.secureRenegotiationSupported ||
		handshake_messages.go#L759: 	secureRenegotiationSupported bool
		handshake_messages.go#L791: 	if m.secureRenegotiationSupported {
		handshake_messages.go#L958: 			m.secureRenegotiationSupported = true
		handshake_server.go#L252: 	hs.hello.secureRenegotiationSupported = hs.clientHello.secureRenegotiationSupported
		u_public.go#L313: 			secureRenegotiationSupported: shm.SecureRenegotiationSupported,
		u_public.go#L343: 			SecureRenegotiationSupported: shm.secureRenegotiationSupported,